home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / winstart.zip / WINSTART.DOC < prev    next >
Text File  |  1992-06-01  |  3KB  |  59 lines

  1. WINSTART.EXE and WINGO.COM (Version 1.0)
  2.  
  3. ------------------------------------------------------------------------
  4. Douglas Boling                                 June 30, 1992 (Utilities)
  5. ------------------------------------------------------------------------
  6.  
  7. WINSTART & WINGO:     
  8.     WINSTART and its companion program WINGO let you start Windows
  9. programs from the DOS command line. WINGO is a small DOS TSR that you
  10. install before Windows; WINSTART is a Windows application that gives
  11. WINGO access to the necessary Windows API (application programming
  12. interface) functions. The two programs communicate with each other to
  13. provide the WINSTART functionality. The two programs communicate with
  14. each other to provide the WINSTART functionality. Because the design
  15. of Windows, you can only use the WINSTART/WINGO combination if you run
  16. Windows in Enhanced mode.
  17.  
  18.      Using WINSTART/WINGO is simple, and once installed, the programs
  19. are transparent to the user. WINGO is best installed by a statement in
  20. the AUTOEXEC.BAT file. Once installed, WINGO examines every program you
  21. execute from the DOS command line. If you attempt to launch a Windows
  22. program, it automatically starts Windows. Once Windows is running, WINGO
  23. needs a way to tell Windows that a program needs to be launched on the
  24. desktop. This is where WINSTART comes into play.
  25.  
  26.      WINSTART is best launched using the LOAD= line in WIN.INI or in
  27. Windows 3.1 by placing the WINSTART icon in the start-up Group in the
  28. Program Manager. Once launched, WINSTART sits quietly as an icon at the
  29. bottom of the Windows desktop.
  30.  
  31.      Once both programs are running, typing any Windows program name at
  32. a DOS prompt will cause Windows to switch to the desktop and start that
  33. program. Since Windows is started in parallel with the running of the
  34. DOS box, the DOS prompt will return and a second or two will elapse
  35. before the screen is switched to the desktop. This delay occurs because
  36. Windows is swapping the DOS session to the disk and restoring the desktop.
  37.  
  38.      You can disable and reenable WINGO and WINSTART when you want. To
  39. disable the combination at the DOS prompt (regardless of whether Windows
  40. is running), simply type
  41.  
  42.                                    WINGO /D
  43.  
  44.      Using the /E option reenables WINGO. If you are in Windows, you can
  45. disable the programs via the Disable option on the WINSTART icon's System
  46. menu and reenable WINSTART with the Enable option. Since WINSTART and
  47. WINGO work as a pair, disabling one disables the other and enabling one
  48. enables the other. Disabling WINGO/WINSTART is handy when you are running
  49. the Windows SETUP program from the DOS command line. If you do not disable
  50. the programs, the Windows part of SETUP will run instead of the desired
  51. DOS-based Windows SETUP.
  52.  
  53.      An About option on the WINSTART icon System menu displays the
  54. WINSTART About box containing the copyright notice. Double clicking the
  55. WINSTART icon also displays the About box. The WINSTART icon never
  56. restores to a full window. When you terminate Windows, you can unload
  57. WINGO using the /U command-line option.
  58.  
  59. Douglas Boling is a contributing editor of PC Magazine.